Class TreeQueryContext<TProps>
Tree query context - extends QueryContext with tree parameters support
public class TreeQueryContext<TProps> : QueryContext<TProps> where TProps : class, new()
Inheritance
Properties
RootObjectId
public long? RootObjectId { get; set; }
TreeFilters
public List<TreeFilter> TreeFilters { get; set; }